home *** CD-ROM | disk | FTP | other *** search
- object Form5: TForm5
- Left = 279
- Top = 110
- BorderStyle = bsToolWindow
- Caption = 'QuickClean'
- ClientHeight = 332
- ClientWidth = 243
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 14
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 243
- Height = 332
- Align = alClient
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- object Label1: TLabel
- Left = 52
- Top = 10
- Width = 129
- Height = 14
- Caption = 'QuickClean can search for'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Image1: TImage
- Left = 8
- Top = 10
- Width = 35
- Height = 29
- Picture.Data = {<image000.bmp>}
- Transparent = True
- end
- object SpeedButton1: TSpeedButton
- Left = 12
- Top = 298
- Width = 25
- Height = 25
- Hint = 'Help on QuickClean'
- Flat = True
- Glyph.Data = {
- F6000000424DF600000000000000760000002800000010000000100000000100
- 04000000000080000000C30E0000C30E00001000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777700777
- 777777777008507777777770087F7507777770087FF877507777087FF8808775
- 077708F880050877507708800555508775070005555555087750085555B35550
- 870070855557BB550807770855335BB550077770855BBB355507777708555555
- 5007777770855550077777777708500777777777777007777777}
- ParentShowHint = False
- ShowHint = True
- OnClick = SpeedButton1Click
- end
- object Label4: TLabel
- Left = 12
- Top = 46
- Width = 119
- Height = 14
- Caption = 'Fixed drive(s) to search:'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- end
- object SpeedButton2: TSpeedButton
- Left = 144
- Top = 44
- Width = 23
- Height = 17
- Flat = True
- Glyph.Data = {
- F6000000424DF600000000000000760000002800000010000000100000000100
- 04000000000080000000CE0E0000D80E00001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
- 8888888888888888888888888888888888888000000500000088888888555888
- 880887FFF5555FFF788087885558858878808775557775577880877757777752
- 78808FFFFFFFFFF5F88088777777777757808888888888888588888888888888
- 8858888888888888888888888888888888888888888888888888}
- OnClick = SpeedButton2Click
- end
- object Label5: TLabel
- Left = 170
- Top = 46
- Width = 43
- Height = 14
- Caption = 'Check all'
- end
- object Label2: TLabel
- Left = 52
- Top = 24
- Width = 114
- Height = 14
- Caption = 'temporary/unused files:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object DriveBox: TDriveComboBox
- Left = 170
- Top = 220
- Width = 51
- Height = 20
- TabOrder = 0
- Visible = False
- end
- object GroupBox1: TGroupBox
- Left = 10
- Top = 148
- Width = 221
- Height = 135
- Caption = 'File Types'
- TabOrder = 1
- object TMP: TCheckBox
- Left = 10
- Top = 22
- Width = 137
- Height = 17
- Caption = '*.TMP (Temporary Files)'
- State = cbChecked
- TabOrder = 0
- end
- object BAK: TCheckBox
- Left = 10
- Top = 40
- Width = 127
- Height = 17
- Caption = '*.BAK (Backup Files)'
- State = cbChecked
- TabOrder = 1
- end
- object Tilde: TCheckBox
- Left = 10
- Top = 58
- Width = 135
- Height = 17
- Caption = '*.~?? (Backup Files)'
- State = cbChecked
- TabOrder = 2
- end
- object GID: TCheckBox
- Left = 10
- Top = 78
- Width = 151
- Height = 17
- Caption = '*.GID (Help File Index)'
- State = cbChecked
- TabOrder = 3
- end
- object search: TAnimate
- Left = 168
- Top = 12
- Width = 48
- Height = 45
- Active = False
- CommonAVI = aviFindComputer
- StopFrame = 8
- Visible = False
- end
- object custom: TCheckBox
- Left = 10
- Top = 104
- Width = 193
- Height = 17
- Caption = '(Custom file type)'
- TabOrder = 5
- OnClick = customClick
- end
- end
- object Button2: TButton
- Left = 168
- Top = 304
- Width = 61
- Height = 21
- Caption = '&Cancel'
- TabOrder = 2
- OnClick = Button2Click
- end
- object Button1: TButton
- Left = 104
- Top = 304
- Width = 61
- Height = 21
- Caption = '&Search'
- TabOrder = 3
- OnClick = Button1Click
- end
- object CheckDrives: TListView
- Left = 10
- Top = 62
- Width = 221
- Height = 75
- Columns = <
- item
- Caption = 'Drives'
- Width = 180
- end>
- Checkboxes = True
- ShowColumnHeaders = False
- TabOrder = 4
- ViewStyle = vsReport
- end
- end
- end
-